fbxVectorTemplate2 Class Template Reference

#include <kfbxtypes.h>

List of all members.


Detailed Description

template<class T>
class fbxVectorTemplate2< T >

Definition at line 110 of file kfbxtypes.h.


Public Member Functions

  fbxVectorTemplate2 ()
  fbxVectorTemplate2 (T pValue)
  fbxVectorTemplate2 (T pData0, T pData1)
  ~fbxVectorTemplate2 ()
T &  operator[] (int pIndex)
T const &  operator[] (int pIndex) const
fbxVectorTemplate2< T > &  operator= (T const &pValue)
fbxVectorTemplate2< T > &  operator= (const fbxVectorTemplate2< T > &pRHS)
bool  operator== (fbxVectorTemplate2< T > const &pRHS) const
bool  operator!= (fbxVectorTemplate2< T > const &pRHS) const
T *  Buffer ()
T const *  Buffer () const

Public Attributes

mData [2]

Constructor & Destructor Documentation

fbxVectorTemplate2 (  )  [inline]

Definition at line 112 of file kfbxtypes.h.

fbxVectorTemplate2 ( pValue  )  [inline, explicit]

Definition at line 113 of file kfbxtypes.h.

fbxVectorTemplate2 ( pData0,
pData1  
) [inline]

Definition at line 114 of file kfbxtypes.h.

~fbxVectorTemplate2 (  )  [inline]

Definition at line 115 of file kfbxtypes.h.


Member Function Documentation

T& operator[] ( int  pIndex  )  [inline]

Reimplemented in KFbxVector2.

Definition at line 117 of file kfbxtypes.h.

T const& operator[] ( int  pIndex  )  const [inline]

Reimplemented in KFbxVector2.

Definition at line 118 of file kfbxtypes.h.

fbxVectorTemplate2<T>& operator= ( T const &  pValue  )  [inline]

Definition at line 119 of file kfbxtypes.h.

fbxVectorTemplate2<T>& operator= ( const fbxVectorTemplate2< T > &  pRHS  )  [inline]

Definition at line 120 of file kfbxtypes.h.

bool operator== ( fbxVectorTemplate2< T > const &  pRHS  )  const [inline]

Definition at line 121 of file kfbxtypes.h.

Referenced by fbxVectorTemplate2< double >::operator!=().

bool operator!= ( fbxVectorTemplate2< T > const &  pRHS  )  const [inline]

Definition at line 122 of file kfbxtypes.h.

T* Buffer (  )  [inline]

Definition at line 124 of file kfbxtypes.h.

T const* Buffer (  )  const [inline]

Definition at line 125 of file kfbxtypes.h.


Member Data Documentation

T mData[2]